home *** CD-ROM | disk | FTP | other *** search
/ Network PC / Network PC.iso / windows 95 utilities / sound tools / handycd / handycd.exe / 0 / RCDATA / TABOUTHANDYCDFORM / TABOUTHANDYCDFORM.txt < prev   
Text File  |  1997-04-07  |  3KB  |  135 lines

  1. object AboutHandyCDForm: TAboutHandyCDForm
  2.   Left = 271
  3.   Top = 152
  4.   BorderStyle = bsDialog
  5.   Caption = 'About HandyCd'
  6.   ClientHeight = 265
  7.   ClientWidth = 345
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   FormStyle = fsStayOnTop
  13.   Position = poScreenCenter
  14.   OnClose = FormClose
  15.   OnCreate = FormCreate
  16.   OnShow = FormShow
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object AppIconImage: TImage
  20.     Left = 8
  21.     Top = 10
  22.     Width = 32
  23.     Height = 32
  24.     AutoSize = True
  25.     ParentShowHint = False
  26.     ShowHint = True
  27.     OnMouseMove = AppIconImageMouseMove
  28.   end
  29.   object Shape1: TShape
  30.     Left = 64
  31.     Top = 174
  32.     Width = 259
  33.     Height = 1
  34.     Brush.Color = clBtnShadow
  35.     Pen.Color = clBtnShadow
  36.   end
  37.   object Shape2: TShape
  38.     Left = 64
  39.     Top = 175
  40.     Width = 259
  41.     Height = 1
  42.     Pen.Color = clWhite
  43.   end
  44.   object OKButton: TButton
  45.     Left = 239
  46.     Top = 226
  47.     Width = 85
  48.     Height = 23
  49.     Caption = 'OK'
  50.     Default = True
  51.     ModalResult = 1
  52.     TabOrder = 0
  53.     OnClick = OKButtonClick
  54.   end
  55.   object BovenMemo: TMemo
  56.     Left = 64
  57.     Top = 10
  58.     Width = 259
  59.     Height = 156
  60.     Cursor = crArrow
  61.     BorderStyle = bsNone
  62.     Color = clBtnFace
  63.     Ctl3D = False
  64.     Lines.Strings = (
  65.       'HandyCd'
  66.       'Copyright ï¿½ 1996-97 Lester is slank! producties'
  67.       ''
  68.       'Comments and feedback to: jmulder@cs.vu.nl'
  69.       ''
  70.       'CDViewer Copyright ï¿½ 1997 AlphaSoft'
  71.       ''
  72.       'The right to do with HandyCd whatever you want is '
  73.       'granted to:'
  74.       ''
  75.       '')
  76.     ParentCtl3D = False
  77.     ReadOnly = True
  78.     TabOrder = 1
  79.     WordWrap = False
  80.   end
  81.   object OnderMemo: TMemo
  82.     Left = 64
  83.     Top = 183
  84.     Width = 259
  85.     Height = 26
  86.     Cursor = crArrow
  87.     BorderStyle = bsNone
  88.     Color = clBtnFace
  89.     Ctl3D = False
  90.     Lines.Strings = (
  91.       'Physical Memory Available to Windows:'#9)
  92.     ParentCtl3D = False
  93.     ReadOnly = True
  94.     TabOrder = 2
  95.     WantTabs = True
  96.   end
  97.   object Panel1: TPanel
  98.     Left = 253
  99.     Top = 64
  100.     Width = 36
  101.     Height = 36
  102.     BorderStyle = bsSingle
  103.     Caption = 'Panel1'
  104.     TabOrder = 3
  105.     object ImageAlphaSoft: TImage
  106.       Left = 0
  107.       Top = 0
  108.       Width = 32
  109.       Height = 32
  110.       Hint = 'This is the AlphaSoft logo...'
  111.       ParentShowHint = False
  112.       Picture.Data = {<image000.bmp>}
  113.       ShowHint = True
  114.     end
  115.   end
  116.   object SysInfo: TSysInfo
  117.     Left = 108
  118.     Top = 233
  119.   end
  120.   object MSOfficeCaption: TMSOfficeCaption
  121.     AppNameText.Caption = 'HandyCd'
  122.     AppNameText.FontKind = fkSystemB
  123.     AppNameText.Visible = False
  124.     CaptionText.Caption = 'About HandyCd'
  125.     CaptionText.FontKind = fkSystem
  126.     CaptionText.Visible = True
  127.     CompanyText.Caption = 'Lester is slank! producties'
  128.     CompanyText.FontKind = fkSystemBI
  129.     CompanyText.Visible = False
  130.     Enabled = geWhenActive
  131.     Left = 70
  132.     Top = 223
  133.   end
  134. end
  135.